CiscoXaaSBilling
cURL - Code Sample
NOTE: These are untested code samples provided for a conceptual understanding only. # Request / Response```curl
"curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer uIQxCGrC6etCBY2ufYozpVU10hwE" -H "Cache-Control: no-cache" -d '{
"uuid": "jhfsdjkhfsdkh3489434",
"createdBy": "user_id",
"createdDateTime": "2017-01-24T16:00:00-08:00",
"billingAddressId": 123456789,
"invoiceList": [
{
"invoiceNumber": 123
},
{
"invoiceNumber": 456
}
],
"beginDate": "2017-01-31",
"endDate": "2017-01-31",
"pageNumber": 1
}
' "https://apx.cisco.com/ccw/api/sbp/v1.0/subscription/usage"
```